Crate elrond_wasm_debug[][src]

Modules

Macros

Structs

A pointer type for heap allocation.

A hash map implemented with quadratic probing and SIMD lookup.

A contiguous growable array type, written as Vec<T> and pronounced ‘vector’.

Functions

returns it as hex formatted number if it’s not valid utf8

Uses the managed types api to test encoding. Can be used on any type, but managed types are especially relevant. Also works on types that have no un-managed decoding, by allowing DecodeError::UNSUPPORTED_OPERATION result.

Uses the managed types api to test encoding. Can be used on any type, but managed types are especially relevant.

Uses the managed types api to test encoding both ways.

Runs the Arwen executable, which reads parses and executes one or more mandos tests.

Runs mandos test using the Rust infrastructure and the debug mode. Uses a contract map to replace the references to the wasm bytecode with the contracts running in debug mode.

Type Definitions